module Base
{
	
		item Knitted_Cotton_Tights_1
	{
		DisplayCategory = FrockinCottons,
		ItemType = base:Clothing,
		DisplayName = Knitted Cotton Tights - Stirrup,
        ClothingItem = Knitted_Cotton_Tights_1,
        BodyLocation = base:UnderwearExtra1,
        Icon = NL_Tights,
        BloodLocation = Groin;UpperLegs;LowerLegs,
		Weight = 0.3,
        Insulation = 0.6,
        WindResistance = 0.7,
		ScratchDefense = 12,
        BiteDefense = 13,
        FabricType = Cotton,
        Tags = base:RipClothingCotton,
		CanHaveHoles = true,
				ClothingItemExtra = Base.Knitted_Cotton_Tights_1_HW,
				ClothingItemExtraOption = MoreSkin,
			WorldStaticModel = WorldItem_Generic,	
	}
	
	item Knitted_Cotton_Tights_1_HW
	{
		DisplayCategory = FrockinCottons,
		ItemType = base:Clothing,
		DisplayName = Knitted Cotton Tights - Stirrup (High Waist),
        ClothingItem = Knitted_Cotton_Tights_1_HW,
        BodyLocation = base:UnderwearExtra1,
        Icon = NL_Tights,
        BloodLocation = Groin;UpperLegs;LowerLegs,
		Weight = 0.3,
        Insulation = 0.6,
        WindResistance = 0.7,
		ScratchDefense = 12,
        BiteDefense = 13,
        FabricType = Cotton,
        Tags = base:RipClothingCotton,
		CanHaveHoles = true,
				ClothingItemExtra = Base.Knitted_Cotton_Tights_1,
				ClothingItemExtraOption = LessSkin,
			WorldStaticModel = WorldItem_Generic,	
	}
	
		item Knitted_Cotton_Tights_2
	{
		DisplayCategory = FrockinCottons,
		ItemType = base:Clothing,
		DisplayName = Knitted Cotton Tights,
        ClothingItem = Knitted_Cotton_Tights_2,
        BodyLocation = base:UnderwearExtra1,
        Icon = NL_Tights,
        BloodLocation = Groin;UpperLegs;LowerLegs,
		Weight = 0.3,
        Insulation = 0.6,
        WindResistance = 0.7,
		ScratchDefense = 12,
        BiteDefense = 13,
        FabricType = Cotton,
        Tags = base:RipClothingCotton,
		CanHaveHoles = true,
				ClothingItemExtra = Base.Knitted_Cotton_Tights_2_HW,
				ClothingItemExtraOption = MoreSkin,
			WorldStaticModel = WorldItem_Generic,	
	}
	
	item Knitted_Cotton_Tights_2_HW
	{
		DisplayCategory = FrockinCottons,
		ItemType = base:Clothing,
		DisplayName = Knitted Cotton Tights (High Waist),
        ClothingItem = Knitted_Cotton_Tights_2_HW,
        BodyLocation = base:UnderwearExtra1,
        Icon = NL_Tights,
        BloodLocation = Groin;UpperLegs;LowerLegs,
		Weight = 0.3,
        Insulation = 0.6,
        WindResistance = 0.7,
		ScratchDefense = 12,
        BiteDefense = 13,
        FabricType = Cotton,
        Tags = base:RipClothingCotton,
		CanHaveHoles = true,
				ClothingItemExtra = Base.Knitted_Cotton_Tights_2,
				ClothingItemExtraOption = LessSkin,
			WorldStaticModel = WorldItem_Generic,	
	}
	

}